@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    border: none;
    outline: none;
    box-sizing: border-box;
}
html,body {
    height: 100%;
}
body {
    font-family: "Microsoft YaHei",微软雅黑, 宋体 , Verdana, Arial;
    color:#333333;
    font-size: 14px;
    background-color: #f6f6f6;
}
ul,ol {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
a {
    color:#333333;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color:#1c5bb8;
}
em,i {
    font-style: normal;
}
input,select,textarea,button{
    outline: none;
    padding-top: 0;
    padding-bottom: 0;
    border:none;
    font-family: "Microsoft YaHei";
}
img {
  vertical-align: middle;
}
table{
    border-collapse: collapse;
}
.container {
  width: 1240px;
  margin: 0 auto;
  background-color: #ffffff;
}
.content {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
/*清除浮动*/
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix,
.clearfix:after {
  clear: both;
}
.clearfix{
  *zoom:1;
}
.mart_30 {
  margin-top: 30px;
}
.mart_20 {
  margin-top: 20px;
}
.mart_10 {
  margin-top: 10px;
}
.marl_20 {
  margin-left: 20px;
}
.padl_20 {
  padding-left: 20px;
}